home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Word Services SDK 1.0.6 / Writeswell Jr 1.2.1 Sources ƒ / Library Source / AppEvents.h < prev    next >
Encoding:
Text File  |  1995-09-11  |  593 b   |  20 lines  |  [TEXT/MMCC]

  1. OSErr InitReqHandlers( void );
  2. OSErr TearDownReqHandlers( void );
  3.  
  4. OSErr GetTargetAddress( StringPtr myPrompt,
  5.                         StringPtr myAppStr,
  6.                         PortInfoRec *myPortInfoPtr,
  7.                         AEAddressDesc *targetAddressPtr,
  8.                         StringPtr serviceName,
  9.                         TargetID *toTargetIDPtr );
  10.  
  11. pascal Boolean MyPPCBrowseProc( LocationNamePtr theLoc, PortInfoPtr thePortInfo );
  12.  
  13. Boolean PStrCmp( StringPtr foo, StringPtr bar );
  14.  
  15. OSErr GetEventType( AppleEvent *theAppleEventPtr,
  16.                     AEEventClass *theClassPtr,
  17.                     AEEventID *theIDPtr );
  18.  
  19. OSErr GetEventID( AppleEvent *theAppleEventPtr,
  20.                     AEEventID *theIDPtr );